'宣言 Public Function New( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal manipulationOptions As ManipulationOptions, _ Optional ByVal fromCutting As System.Boolean _ )
public LegacyClipboardCopyCommand( Worksheet worksheet, Reference[] references, ManipulationOptions manipulationOptions, System.bool fromCutting )
パラメータ
- worksheet
- 処理するGrapeCity.Spreadsheet.Worksheetオブジェクト。
- references
- 処理するセルの範囲を表すGrapeCity.Spreadsheet.Referenceオブジェクトの配列。
- manipulationOptions
- 処理するデータのタイプを示します。
- fromCutting